home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / util3 / corrctnm.rdm < prev    next >
Text File  |  1996-06-17  |  660b  |  17 lines

  1. Short:    Get the right spelling of a file/dir.
  2. Author:   Thomas Igracki
  3. Uploader: T.Igracki@Bamp.berlinet.de
  4. Version:  37.4
  5. Type:     util/shell
  6.  
  7. This small program gets the right "spelling" of a file (or a directory).
  8.  
  9. For  example,  if  you  had  a  file  called  "ThisIsMyFile" in the current
  10. directory  and want to copy it (or whatever) to a different device by doing
  11. this: "copy thisismyfile ram:".
  12.  
  13. Then normaly a file called "thisismyfile" will be created in "ram:".
  14. But if you use:  "copy `correctname thisismyfile` ram:", then a file called
  15. "ThisIsMyFile"  will  be  created  in  "ram:"  (if it was created so on the
  16. source device). See what I mean?
  17.